Nevron.Nov.Dom Namespace / NDomArray<T> Class


In This Topic
    NDomArray<T> Class Methods
    In This Topic

    For a list of all members of this type, see NDomArray<T> members.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Adds a new item to the specified array and returns a new array.  
    Public MethodQueries whether the specified item is contained in this object.  
    Public MethodCopies all items of this set to the specified array, starting from the specified array index.  
    Public MethodCreates a deep clone of this object.  
    Public MethodPerforms the deep equals beteen this object and the specified object in the specified context.  
    Public MethodDeserializes data to this DOM array.  
    Public MethodGets an iterator that iterates throw the items in forward order.  
    Public MethodGets an iterator that iterates throw the items in a reverse order.  
    Public MethodOverloaded. Gets the index at which an item appears for the first time. Returns -1 if the item does not appear in the set.  
    Public MethodOverloaded. Gets the last index of the specified item  
    Public Methodstatic (Shared in Visual Basic)Removes an item from the specified array index and returns a new array.  
    Public MethodSerializes this DOM array.  
    Public MethodOverloaded. Sorts the entire array by using a default comparer and the quick sort algorithm.  
    Public MethodCreates a new array that holds the items in this DOM array.  
    Public MethodGets the string representation of this object.  
    Top
    See Also